Platform Explorer / Nuxeo Platform LTS 2015 7.10

Operation WebUI.ClearWorklist (Clear Worklist)

Description

Clear the worklist content.
Operation id WebUI.ClearWorklist
AliasesSeam.ClearWorklist
Category User Interface
Label Clear Worklist
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.ClearWorklist
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "WebUI.ClearWorklist",
  "aliases" : [ "Seam.ClearWorklist" ],
  "label" : "Clear Worklist",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Clear the worklist content.",
  "url" : "WebUI.ClearWorklist",
  "signature" : [ "void", "void" ],
  "params" : [ ]
}